projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40994d2
)
; * src/lread.c (Finternal__obarray_buckets): Fix coding style.
author
Po Lu
<luangruo@yahoo.com>
Tue, 13 Feb 2024 01:47:24 +0000
(09:47 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 13 Feb 2024 01:47:24 +0000
(09:47 +0800)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index db8c4813426f1ff0c98ba3630f35f742c586b1ef..d339b2f15ae4781f66fe44a6411631aaf761e349 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-5316,7
+5316,7
@@
DEFUN ("internal--obarray-buckets",
while (1)
{
bucket = Fcons (sym, bucket);
- struct Lisp_Symbol *s = XBARE_SYMBOL(sym)->u.s.next;
+ struct Lisp_Symbol *s = XBARE_SYMBOL
(sym)->u.s.next;
if (!s)
break;
sym = make_lisp_symbol (s);